home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 115_01.zip / README.DOC < prev    next >
Text File  |  1993-06-01  |  2KB  |  58 lines

  1. .cm guide to the files on this disk
  2. .cm source:  readme.doc
  3. .cm
  4. .he 'readme.doc''December 18, 1981'
  5. .fo ''-#-''
  6.  
  7.    This file tells you how to use the files on this disk.
  8.  
  9.    All documentation is contained on .DOC files.
  10. These files may be run through a text formatter such as ROFF.
  11. ROFF is NOT included on this disk, but it is available from
  12. the BDS C Users Group.
  13.  
  14.    The file install.doc tells you how to install
  15. the screen editor on your CP/M system.
  16. You must tailor the editor to your display and
  17. printer before you can the editor.
  18.  
  19.    The file guide.doc is the user's guide for
  20. the editor.
  21. This file is the best place to start learning
  22. about the editor.
  23.  
  24.    The file edsum.doc contains a summary of the
  25. commands of the editor.
  26. It is a concise reference guide.
  27.  
  28.    The file module.doc
  29. is intended only for people who want to make
  30. changes to the editor or for people who want to
  31. understand the internal workings of the editor.
  32. If you just want to use the screen editor you
  33. don't ever need to read this file.
  34.  
  35.    The file module.doc tells how and why the
  36. program was designed the way it was.
  37. You MUST read this file if you intend to make
  38. ANY changes to this program.
  39. Failure to do so may result in suspension of your
  40. hacker's license.
  41.  
  42.    File ed.c and
  43. files ed0.c through ed10.c contain sources for the editor.
  44. These files are compiled using the small-C editor c80.com.
  45. c80.com is version N of the compiler as distributed by
  46. The Code Works (TM).  It is in the public domain.
  47. The source code for the compiler is NOT on this disk,
  48. but is available either from The Code Works or from the
  49. BDS C Users Group.
  50.  
  51.    File config.c and files config1.c through config3.c
  52. contain sources for the configuration program.
  53. Note that the configuration program must be compiled
  54. using c80str.com, not c80.com.
  55. The program c80str.com is exactly the same as c80.com
  56. except that c80str.com has a larger string space than
  57. c80.com.
  58.